home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / WORDPAD.PAK / MSWD6_32.H < prev    next >
C/C++ Source or Header  |  1997-05-06  |  906b  |  23 lines

  1. // This is a part of the Microsoft Foundation Classes C++ library.
  2. // Copyright (C) 1992-1995 Microsoft Corporation
  3. // All rights reserved.
  4. //
  5. // This source code is only intended as a supplement to the
  6. // Microsoft Foundation Classes Reference and related
  7. // electronic documentation provided with the library.
  8. // See these sources for detailed information regarding the
  9. // Microsoft Foundation Classes product.
  10.  
  11. #ifndef MSWD6_32_H
  12. #define MSWD6_32_H
  13.  
  14. typedef unsigned long (pascal *PFN_RTF_CALLBACK)(int, int);
  15.  
  16. extern "C" int pascal InitConverter32(HANDLE, char *);
  17. extern "C" HANDLE pascal RegisterApp32(unsigned long, void *);
  18. extern "C" int pascal IsFormatCorrect32(HANDLE, HANDLE);
  19. extern "C" int pascal ForeignToRtf32(HANDLE, void *, HANDLE, HANDLE, HANDLE, PFN_RTF_CALLBACK);
  20. extern "C" int pascal RtfToForeign32(HANDLE, LPSTORAGE, HANDLE, HANDLE, PFN_RTF_CALLBACK);
  21.  
  22. #endif
  23.